home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 January / com! 2002.01.iso / autohtml / selfhtml / html / multimedia / anzeige / nibbles.swf / scripts / DefineButton2_42 / BUTTONCONDACTION on(keyPress Up).as < prev   
Encoding:
Text File  |  2001-10-27  |  116 b   |  8 lines

  1. on(keyPress "<Up>"){
  2.    if(!(runx == "0" and runy == "1"))
  3.    {
  4.       runx = "0";
  5.       runy = - "1";
  6.    }
  7. }
  8.